home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / dnsconf / dnscheck.c < prev    next >
C/C++ Source or Header  |  1995-09-16  |  189b  |  15 lines

  1. #include "dnsconf.h"
  2. #include "internal.h"
  3.  
  4.  
  5. /*
  6.     Do a set of consistency check on the DNS configuration
  7.     and interactivly prompt the user for correction.
  8. */
  9. PUBLIC void DNS::check()
  10. {
  11. }
  12.  
  13.  
  14.  
  15.